projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e87f4d
)
(mail-abbrev-mode-regexp): Add Reply-to.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jan 1994 05:38:36 +0000
(
05:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 11 Jan 1994 05:38:36 +0000
(
05:38
+0000)
lisp/mail/mailabbrev.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailabbrev.el
b/lisp/mail/mailabbrev.el
index 4a41faff1c4c33a6cc8079648be972b41b4c9581..b1657aad24eed7d74bccba7e1d64f8e598bf107c 100644
(file)
--- a/
lisp/mail/mailabbrev.el
+++ b/
lisp/mail/mailabbrev.el
@@
-349,7
+349,8
@@
line."
\f
;;; Syntax tables and abbrev-expansion
-(defvar mail-abbrev-mode-regexp "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\):"
+(defvar mail-abbrev-mode-regexp
+ "^\\(Resent-\\)?\\(To\\|From\\|CC\\|BCC\\|Reply-to\\):"
"*Regexp to select mail-headers in which mail-abbrevs should be expanded.
This string it will be handed to `looking-at' with the point at the beginning
of the current line; if it matches, abbrev mode will be turned on, otherwise